runtime.inlineUnwinder.next (method)

5 uses

	runtime (current package)
		symtab.go#L222: 	for ; uf.valid(); uf = u.next(uf) {
		symtabinl.go#L79: func (u *inlineUnwinder) next(uf inlineFrame) inlineFrame {
		trace.go#L1382: 		for ; uf.valid(); uf = u.next(uf) {
		traceback.go#L633: 		for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
		traceback.go#L990: 		for iu, uf := newInlineUnwinder(f, u.symPC(), noEscapePtr(&u.cache)); uf.valid(); uf = iu.next(uf) {